Skip to main content

FlowObjectDesigner Constructors

An object defining constructors for the FlowObjectDesigner class.

FlowObjectDesigner(name, workflowData, workflowCodeInstance)

Constructor for the FlowObjectDesigner class. Initializes a new instance of the FlowObjectDesigner class.

Parameters:

name (required): string
The name of the flow object.

workflowData (required): IRuntimeWorkflowData
The workflow data associated with the flow object.

workflowCodeInstance (optional): IWorkflowCode
The optional workflow code instance.